home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sports Illustrated for Kids - Awesome Athletes!
/
Sports Illustrated for Kids - Awesome Athletes!.iso
/
iv.dir
/
00026_add button callback.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-04-19
|
364 b
|
14 lines
on mouseDown
global givState
set clik to the clickOn
set the castNum of sprite clik to the number of cast "add button down"
updateStage()
repeat while the stillDown
nothing()
end repeat
if the mouseCast = the number of cast "add button down" then
EditListAdd()
end if
set the castNum of sprite clik to the number of cast "add button"
end